home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / WORDPRO / ivmacro / IVW32.EXE / 0 / RCDATA / TDLGSELECTDIR / TDLGSELECTDIR.txt
Text File  |  1997-06-12  |  1KB  |  56 lines

  1. object dlgSelectDir: TdlgSelectDir
  2.   Left = 330
  3.   Top = 138
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Drive and Directory'
  7.   ClientHeight = 298
  8.   ClientWidth = 314
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object dcbDrive: TDriveComboBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 297
  21.     Height = 19
  22.     DirList = dlbFolder
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 0
  29.   end
  30.   object dlbFolder: TDirectoryListBox
  31.     Left = 8
  32.     Top = 40
  33.     Width = 297
  34.     Height = 212
  35.     IntegralHeight = True
  36.     ItemHeight = 16
  37.     TabOrder = 1
  38.   end
  39.   object btnOk: TBitBtn
  40.     Left = 144
  41.     Top = 264
  42.     Width = 75
  43.     Height = 25
  44.     TabOrder = 2
  45.     Kind = bkOK
  46.   end
  47.   object btnCancel: TBitBtn
  48.     Left = 232
  49.     Top = 264
  50.     Width = 75
  51.     Height = 25
  52.     TabOrder = 3
  53.     Kind = bkCancel
  54.   end
  55. end
  56.